At its Build 2014 conference today, Microsoft announced it is open sourcing its .NET compiler platform Roslyn and then did exactly that, live on stage. Microsofts Anders Hejlsberg hit the button to make the project public on Codeplex. For those who dont know, Roslyn is a set of APIs for exposing the Microsoft C# and Visual Basic .NET compilers as services available at runtime. It includes versions of the C# and VB.NET compilers written in the languages themselves; in other words, the compilers are available via the traditional command-line programs, as well as APIs available natively from within .NET...

This story continues at The Next Web